-
Notifications
You must be signed in to change notification settings - Fork 72
Dynamic lora load/unload sidecar #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamic lora load/unload sidecar #31
Conversation
|
/assign |
Signed-off-by: Kunjan Patel <[email protected]>
Signed-off-by: Kunjan Patel <[email protected]>
Signed-off-by: Kunjan Patel <[email protected]>
Signed-off-by: Kunjan Patel <[email protected]>
Signed-off-by: Kunjan Patel <[email protected]>
Signed-off-by: Kunjan Patel <[email protected]>
Signed-off-by: Kunjan Patel <[email protected]>
Signed-off-by: Kunjan Patel <[email protected]>
Signed-off-by: Kunjan Patel <[email protected]>
…et changes, pull dynamically from configmap Signed-off-by: Kunjan Patel <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are we placing this under examples?
Signed-off-by: Kunjan Patel <[email protected]>
Signed-off-by: Kunjan Patel <[email protected]>
Signed-off-by: Kunjan Patel <[email protected]>
|
Signed-off-by: Kunjan Patel <[email protected]>
Signed-off-by: Kunjan Patel <[email protected]>
perhaps under a tools directory? |
Signed-off-by: Kunjan <[email protected]>
Signed-off-by: Kunjan <[email protected]>
Co-authored-by: Abdullah Gharaibeh <[email protected]>
Co-authored-by: Abdullah Gharaibeh <[email protected]>
/lgtm /label tide/merge-method-squash |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahg-g, coolkp The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…oyments Add CRDs deployments
* Dynamic lora load/unload sidecar * Formatting * Resolve README comments Signed-off-by: Kunjan Patel <[email protected]> * Address comments on sidecar, store updates in memory, rename base field Signed-off-by: Kunjan Patel <[email protected]> * Address comments in example deployment Signed-off-by: Kunjan Patel <[email protected]> * Address comments in example deployment Signed-off-by: Kunjan Patel <[email protected]> * base model is optional Signed-off-by: Kunjan Patel <[email protected]> * Check health of server before querying Signed-off-by: Kunjan Patel <[email protected]> * Check health of server before querying Signed-off-by: Kunjan Patel <[email protected]> * Docstrings Signed-off-by: Kunjan Patel <[email protected]> * Mock health check in tests Signed-off-by: Kunjan Patel <[email protected]> * Refactor configmap, switch to watchfiles to detect symbolic link target changes, pull dynamically from configmap Signed-off-by: Kunjan Patel <[email protected]> * Refactor configmap, switch to watchfiles to detect symbolic link target changes, pull dynamically from configmap Signed-off-by: Kunjan Patel <[email protected]> * Modify unittests Signed-off-by: Kunjan Patel <[email protected]> * Change example host and port to be explicit Signed-off-by: Kunjan Patel <[email protected]> * Change example sidecar name Signed-off-by: Kunjan Patel <[email protected]> * Add warning about using subPath Signed-off-by: Kunjan Patel <[email protected]> * Add screenshots Signed-off-by: Kunjan Patel <[email protected]> * Add screenshots Signed-off-by: Kunjan Patel <[email protected]> * Add testing results Signed-off-by: Kunjan Patel <[email protected]> * Add testing results Signed-off-by: Kunjan Patel <[email protected]> * Add config validation Signed-off-by: Kunjan Patel <[email protected]> * Add config documentation Signed-off-by: Kunjan Patel <[email protected]> * Add config documentation Signed-off-by: Kunjan Patel <[email protected]> * Add config validation Signed-off-by: Kunjan Patel <[email protected]> * Add config validation Signed-off-by: Kunjan Patel <[email protected]> * Make reconciling non blocking * Move under tools Signed-off-by: Kunjan <[email protected]> * Move under tools Signed-off-by: Kunjan <[email protected]> * Document usage of sidecar, available by default from 1.29 * Document usage of sidecar, available by default from 1.29 * Document usage of sidecar, available by default from 1.29 Signed-off-by: Kunjan <[email protected]> * Update tools/dynamic-lora-sidecar/README.md Co-authored-by: Abdullah Gharaibeh <[email protected]> * Update tools/dynamic-lora-sidecar/README.md Co-authored-by: Abdullah Gharaibeh <[email protected]> --------- Signed-off-by: Kunjan Patel <[email protected]> Signed-off-by: Kunjan <[email protected]> Co-authored-by: Abdullah Gharaibeh <[email protected]>
Adding sidecar example for dynamically managing lora adapters on vllm server